From: Glenn Morris Date: Thu, 15 May 2008 03:31:34 +0000 (+0000) Subject: (org-infojs-options-inbuffer-template): Fix declaration. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~21643 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=1371348a3098d96c1c22aca32c4d3dfe03b4702c;p=emacs.git (org-infojs-options-inbuffer-template): Fix declaration. --- diff --git a/lisp/org/org-exp.el b/lisp/org/org-exp.el index 9a3a021ed80..c401226a83d 100644 --- a/lisp/org/org-exp.el +++ b/lisp/org/org-exp.el @@ -32,7 +32,7 @@ (declare-function org-export-latex-preprocess "org-export-latex" ()) (declare-function org-agenda-skip "org-agenda" ()) -(declare-function org-infojs-options-inbuffer-template "org-infojs" ()) +(declare-function org-infojs-options-inbuffer-template "org-jsinfo" ()) (defgroup org-export nil "Options for exporting org-listings."